home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / t.dxr / 00075.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  190 b   |  13 lines

  1. on exitFrame
  2.   global waittime
  3.   if rollOver(15) then
  4.     curcontrol(15)
  5.   else
  6.     if the timer < waittime then
  7.       go(the frame)
  8.     else
  9.       go("spritejudge")
  10.     end if
  11.   end if
  12. end
  13.